/*  */

html, body { margin:0; padding:0; height:100%; }


html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit; 
}


@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,300italic,400italic);



body {font-family: 'Lato', sans-serif; font-weight: 300;  text-align: center; padding-left: 40px; padding-right: 40px; font-size: 20px;}


img {width: 80%; padding-top: 15px; padding-bottom: 15px;} 


#signal {height: 30px ; width: 30px; border-radius: 6px; padding: 0px;  } 


#nav {width:
100%; height: 50px; position: fixed; background: #000000; left: 0; top: 0; }

#spacer {height: 55px;}

#bot {height: 1000px !important; }